Package-level declarations
Types
Banner is a view subclass able to show banner ads. Once obtained via the provided initializer, the developer is responsible for adding it to the app's view hierarchy and laying it out properly.
Interstitial is a full-screen ad. To show an interstitial, it first needs to be cached. Trying to show a not-cached interstitial will always fail, so it is recommended to always check if the ad is cached first. You can create and cache as many interstitial ads as you want, but only one can be presented at a time.
Rewarded is a full-screen ad that provides a reward to the user. To show a rewarded ad, it first needs to be cached. Trying to show an uncached rewarded ad will always fail, so it is recommended to always check if the ad is cached first. You can create and cache as many rewarded ads as you want, but only one can be presented at a time.